Create Course
POST Create Course
Method: POST
URL: undefined
Authentication
bearer <token anda>
Header
| Key | Value |
|---|---|
| x-api-key | 1234 |
| x-locale | id |
Request Body (Json)
{
"type": "course",
"title": "Percobaan Course API 2",
"thumbnail": "/store/1015/hero (6).jpg",
"image_cover": "/store/1015/35.jpg",
"description": "Ini contoh percobaan course dari API",
"category_id": 606,
"start": "2024-12-02 00:00",
"duration": 8,
"rules": 1,
"is_draft": 0,
"private": 0,
"support": 0,
"downloadable": 0,
"partner_instructor": 0,
"subscribe": 0,
"tags": ["coba", "coba"]
}